home *** CD-ROM | disk | FTP | other *** search
- -- card: 4093 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 3399
- -- name:
- ----- HyperTalk script -----
- on OpenCard
- global menu1
- enableMenu menu1, 1, FALSE
- show menubar
- end OpenCard
-
- on closecard
- global menu1
- enableMenu menu1, 1, True
- hide cd btn bug
- hide card field info
- end closecard
-
-
- -- part 28 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=164 top=76 right=191 bottom=348
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- play "Welcome to AMUG"
- end mouseUp
-
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=412 top=63 right=117 bottom=474
- -- title width / last selected line: 0
- -- icon id / first selected line: 31032 / 31032
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Go to Disk?
- ----- HyperTalk script -----
- on mouseUp
- ask "Which disk would you like to see?"
- if it is empty then exit mouseUp
- if it > 252 then
- answer "Sorry. Disks between 1 thru 252" with "OK"
- exit mouseUp
- end if
- find whole it in bg fld 2
- --find whole it in bg fld 1
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=427 top=309 right=342 bottom=471
- -- title width / last selected line: 0
- -- icon id / first selected line: 26425 / 26425
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- visual effect dissolve to white
- visual effect checkerboard
- go to next cd
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=379 top=139 right=189 bottom=512
- -- title width / last selected line: 0
- -- icon id / first selected line: 31032 / 31032
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Go to File or Keyword?
- ----- HyperTalk script -----
- on mouseUp
- global Searcher
- ask "Which file would you like to find?"
- put it into Searcher
- find it in bg fld 1
- if the result is not empty then play boing
- end mouseUp
-
-
-
- -- part 29 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=7 top=130 right=184 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 15992 / 15992
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Subscription Service
- ----- HyperTalk script -----
-
- on mouseUp
- push card
- domenu "Subscription Service Info"
- end mouseUp
-
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=398 top=205 right=261 bottom=494
- -- title width / last selected line: 0
- -- icon id / first selected line: 12274 / 12274
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Best Disks
- ----- HyperTalk script -----
- on mouseUp
- domenu "Best Disks"
- end mouseUp
-
-
-
-
- -- part 31 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=6 top=52 right=106 bottom=119
- -- title width / last selected line: 0
- -- icon id / first selected line: 15808 / 15808
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Members Information
- ----- HyperTalk script -----
-
- on mouseUp
- push card
- domenu "Members Info"
- end mouseUp
-
-
-
- -- part 33 (button)
- -- low flags: 00
- -- high flags: A000
- -- rect: left=4 top=207 right=261 bottom=117
- -- title width / last selected line: 0
- -- icon id / first selected line: 15994 / 15994
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Order Form
- ----- HyperTalk script -----
- on mouseUp
- domenu"Order Form"
- end mouseUp
-
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=35 top=307 right=342 bottom=85
- -- title width / last selected line: 0
- -- icon id / first selected line: 19678 / 19678
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Info
- ----- HyperTalk script -----
- on mouseUp
- set the icon of button bug to 10639
- set the loc of button bug to 30,16
- set the loc of card field info to 600,132
- show button bug
- show card field info
- repeat with i is 4 to 37
- set lockscreen to true
- set the loc of button bug to 15*i-29,i*4
- set the icon of button bug to (10638 + i mod 2)
- set lockscreen to false
- end repeat
- wait 1 seconds
- repeat with i is 46 down to 17
- set lockscreen to true
- set the loc of button bug to 15*i-150,132
- set the icon of button bug to (10636 + i mod 2)
- set the loc of card field info to 15*i+3,132
- set lockscreen to false
- end repeat
- repeat 3
- show cd btn "pointer"
- wait 1 sec
- hide cd btn "pointer"
- wait 1 sec
- end repeat
- end mouseUp
-
-
-
- -- part 22 (field)
- -- low flags: 80
- -- high flags: 0004
- -- rect: left=181 top=98 right=167 bottom=335
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 9
- -- style flags: 0
- -- line height: 12
- -- part name: info
- ----- HyperTalk script -----
- on mouseup
- show card field id 6
- end mouseup
-
-
- -- part 23 (button)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=93 top=77 right=110 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 2730 / 2730
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: pointer
-
-
- -- part 34 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=163 top=197 right=314 bottom=350
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: New Button
- ----- HyperTalk script -----
- on mouseUp
- play "Hawaiian Horn"
- end mouseUp
-
-
-
- -- part 35 (button)
- -- low flags: 80
- -- high flags: 0000
- -- rect: left=84 top=116 right=148 bottom=126
- -- title width / last selected line: 0
- -- icon id / first selected line: 10637 / 10637
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: bug
- ----- HyperTalk script -----
- on mouseUp
- repeat with i is 13 down to -5
- set lockscreen to true
- set the loc of button bug to 20*i-155,132
- set the icon of button bug to (10636 + i mod 2)
- set the loc of card field info to 20*i-2,132
- set lockscreen to false
- end repeat
- end mouseUp
-
-
-
- -- part contents for card part 22
- ----- text -----
- AMUG Disk Library Stack
- By Tom Deasey
- 2055 E. Broadway
- Mesa,AZ. 85204
- Voice(602)844-0615